type net/http.ioFS

3 uses

	net/http (current package)
		fs.go#L746: type ioFS struct {
		fs.go#L754: func (f ioFS) Open(name string) (File, error) {
		fs.go#L821: 	return ioFS{fsys}